+Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
+ Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
+
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
+Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
+ Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
+
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
+Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
+ Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
+
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
+Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
+ Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
+
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
+Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
+ Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
+
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
{
*path = g_new (gchar *, priv->search_path_len + 1);
for (i = 0; i < priv->search_path_len; i++)
- (*path)[i] = g_strdup (priv->search_path[i] + 1);
+ (*path)[i] = g_strdup (priv->search_path[i]);
(*path)[i] = NULL;
}
}